home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xarchie-2.0.9 / config.h < prev    next >
C/C++ Source or Header  |  1995-06-18  |  2KB  |  70 lines

  1. /* config.h.  Generated automatically by configure.  */
  2.  
  3. #ifndef _CONFIG_H
  4. #define _CONFIG_H
  5.  
  6. /* Define if you have the ANSI C header files.  */
  7. #undef STDC_HEADERS
  8.  
  9. /* Define if you have <string.h>, otherwise assumes <strings.h> */
  10. #define HAVE_STRING_H 1
  11.  
  12. /* Define if you have memory.h, and string.h doesn't declare the
  13.    mem* functions.  */
  14. #define HAVE_MEMORY_H 1
  15.  
  16. /* Adjust of your sys/param.h doesn't define MAXPATHLEN */
  17. #define HAVE_SYS_PARAM_H 1
  18. #ifndef HAVE_SYS_PARAM_H
  19. # define MAXPATHLEN 1024
  20. #endif
  21.  
  22. /* Define if your sys/time.h declares struct tm.  */
  23. #undef TM_IN_SYS_TIME
  24.  
  25. /* Define if your sys/types.h declares FD_SET.  */
  26. #define FD_SET_IN_SYS_TYPES_H 1
  27. /* Define if your sys/select.h declares FD_SET.  */
  28. #undef FD_SET_IN_SYS_SELECT_H
  29. /* Define if your sys/inet.h declares FD_SET.  */
  30. #undef FD_SET_IN_SYS_INET_H
  31.  
  32. /* Define if you have re_comp() and re_exec() */
  33. #define HAVE_RE_COMP 1
  34. /* Some systems use regcmp() and regex() instead (like AIX) */
  35. #undef HAVE_REGCMP
  36.  
  37. /* Define if you have strcasecmp() */
  38. #define HAVE_STRCASECMP 1
  39.  
  40. /* Define if you have random() */
  41. #undef HAVE_RANDOM
  42. /* Some systems use rand() instead (like HPUX) */
  43. #define HAVE_RAND 1
  44.  
  45. /* Define if you have the ANSI function strerror() */
  46. #define HAVE_STRERROR 1
  47.  
  48. /* Define if you have errno (who doesn't)? */
  49. #define HAVE_ERRNO 1
  50.  
  51. /* Define if you have sys_errlist (not needed if you have strerror) */
  52. #define HAVE_SYS_ERRLIST 1
  53.  
  54. /* Define if you have getlogin() (who doesn't?) */
  55. #define HAVE_GETLOGIN 1
  56.  
  57. /* Define if you have getpwuid() defined in <pwd.h> */
  58. #define HAVE_GETPWUID 1
  59.  
  60. /* Define if you have strspn() */
  61. #define HAVE_STRSPN 1
  62.  
  63. /* Define this if you need -lresolv in your link line (used by imake) */
  64. #undef NEED_LRESOLV
  65.  
  66. /* added for SCO */
  67. # define MAXPATHLEN 1024
  68.  
  69. #endif /*!_CONFIG_H*/
  70.